home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1998 May / Macworld (1998-05).dmg / Games World / Shareware Games / Arcade / Supreme Commander / Supreme Commander.mac / 00084.ls < prev    next >
Encoding:
Text File  |  1996-01-30  |  438 b   |  20 lines

  1. on enterFrame
  2.   global launchnum
  3.   if the castNum of sprite 40 < 119 then
  4.     puppetSprite(40, 1)
  5.     set the castNum of sprite 40 to launchnum
  6.     set the foreColor of sprite 40 to 156
  7.     updateStage()
  8.     wait(5)
  9.     set the foreColor of sprite 40 to 0
  10.     updateStage()
  11.     wait(5)
  12.     set the foreColor of sprite 40 to 163
  13.     updateStage()
  14.     fourships()
  15.   else
  16.     set the visible of sprite 40 to 0
  17.     updateStage()
  18.   end if
  19. end
  20.